home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hyperj-Hz / HYPWRT2.cpt / HyperWrite / card_2085.txt < prev    next >
Text File  |  1988-04-03  |  2KB  |  90 lines

  1. -- card: 2085 from stack: in
  2. -- bmap block id: 9139
  3. -- flags: 4000
  4. -- background id: 3015
  5. -- name: Info2
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=185 top=222 right=244 bottom=285
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: What else?
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve
  23.   go to card "what else"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 4 (button)
  29. -- low flags: 00
  30. -- high flags: A003
  31. -- rect: left=185 top=190 right=212 bottom=285
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Instructions
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.  
  43.   visual effect scroll right
  44.   go to card "Instructions"
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 5 (button)
  50. -- low flags: 00
  51. -- high flags: A003
  52. -- rect: left=185 top=158 right=180 bottom=285
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Information
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   visual effect scroll left
  64.   go to card "Information"
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 6 (button)
  70. -- low flags: 00
  71. -- high flags: A003
  72. -- rect: left=185 top=254 right=276 bottom=285
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Go Back
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   visual effect iris open
  84.   go to card "Info"
  85.   visual effect iris close
  86.   go to card "Primary Card"
  87.  
  88. end mouseUp
  89.  
  90.